func math.ceil

2 uses

	math (current package)
		floor.go#L47: 	return ceil(x)
		floor.go#L50: func ceil(x float64) float64 {